func bytes.trimLeftASCII
3 uses
bytes (current package)
bytes.go#L1004: return trimLeftASCII(trimRightASCII(s, &as), &as)
bytes.go#L1023: return trimLeftASCII(s, &as)
bytes.go#L1039: func trimLeftASCII(s []byte, as *asciiSet) []byte {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)